projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45bd273
)
Revert quoting of xcrun-related library.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 29 Dec 2013 07:52:53 +0000
(23:52 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 29 Dec 2013 07:52:53 +0000
(23:52 -0800)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 92741443fe7a343d43e2b148b0f7089039c742b3..d5ae13401cf54e619a9dc86c48fdcc0e1130815c 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3296,7
+3296,7
@@
if test "${with_xml2}" != "no"; then
# Built-in libxml2 on OS X 10.8 lacks libxml-2.0.pc.
if test "${HAVE_LIBXML2}" != "yes" -a "$opsys" = "darwin"; then
SAVE_CPPFLAGS="$CPPFLAGS"
- CPPFLAGS=
$CPPFLAGS' -I"$xcsdkdir"/usr/include/libxml2'
+ CPPFLAGS=
"$CPPFLAGS -I$xcsdkdir/usr/include/libxml2"
AC_CHECK_HEADER(libxml/HTMLparser.h,
[AC_CHECK_DECL(HTML_PARSE_RECOVER, HAVE_LIBXML2=yes, ,
[#include <libxml/HTMLparser.h>])])